home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / a_utils / perl / msds-prl / bcdsprl1.zoo / showfree.pl < prev    next >
Text File  |  1991-12-25  |  86b  |  4 lines

  1. printf "Free heap = %lu\n", &heapfree();
  2. printf "Free stack = %lu\n", &stkfree();
  3.  
  4.